home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / alsa / cards / SI7018 / sndop-mixer.alisp < prev   
Encoding:
Text File  |  2009-03-29  |  251 b   |  12 lines

  1. ;
  2. ; SiS SI7018 mixer abstract layer
  3. ;
  4. ; Copyright (c) 2003 Jaroslav Kysela <perex@perex.cz>
  5. ; License: GPL v2 (http://www.gnu.org/licenses/gpl.html)
  6. ;
  7.  
  8. (defun sndop_mixer_open (hctl pcm)
  9.   (princ "sndop_mixer_open: hctl=" hctl " pcm=" pcm "\n")
  10.   0
  11. )
  12.